PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFSignatureCalculatorEvent Class / getContentHash Method
In This Topic
    getContentHash Method
    In This Topic
    Gets the hash of the content to be signed.
    Syntax
    public byte[] getContentHash()

    Return Value

    The computed hash of the PDF file being signed. The hash is computed using the algorithm specified on the digital signature.
    See Also